home *** CD-ROM | disk | FTP | other *** search
/ DC Comics 2.0 / DC Collected Edi.iso / pc / collect / other / other.js next >
Text File  |  2002-11-20  |  7KB  |  77 lines

  1. /*
  2.  *  Note: If there is a quotation mark character within the text for a field, you must
  3.  *  escape that character using the \. e.g.  ...including the \"Outer Dark\" story arc...
  4.  */
  5.     
  6.     // Define data arrays for each data field.
  7.     // Do not change these definitions.
  8.     var index = -1;
  9.     var itemCode = new Array();
  10.     var itemImprint = new Array();
  11.     var itemIssue = new Array();
  12.     var itemTitle = new Array();
  13.     var itemCreators = new Array();
  14.     var itemCopy = new Array();
  15.     var itemData1 = new Array();
  16.     var itemData2 = new Array();
  17.     
  18.     // Make changes to this file below.
  19.     // Insert data into the arrays below.
  20.  
  21.     // next item
  22.     index++ // This adds 1 to the index variable.
  23.     itemCode[index] = "rcsc"; //note: This code must be all lowercase! No Spaces! Used to build html pages.
  24.     itemImprint[index] = "paradox" //note: This code must be all lowercase! No Spaces! Used to build html pages.
  25.     itemIssue[index] = "1";
  26.     itemTitle[index] = "REINVENTING COMICS  ";
  27.     itemCreators[index] = "Written by Scott McCloud; art by Scott McCloud";
  28.     itemCopy[index] = "The perfect companion to UNDERSTANDING COMICS, this softcover volume again uses the comic book medium to further explore the present state of the industry and its future challenges and opportunities. Broken down into two parts, the first segment of the book presents the major issues presently facing the comic book industry such as creators' rights, mainstream public perceptions, and sexual and ethnic representations in the medium. The second part of the book then looks ahead to see how different technologies such as digital production and the internet will help the art form evolve and grow. As a whole, this book deftly illustrates not only where the comic book industry is but where it is going.";
  29.     itemData1[index] = "PARADOX PRESS  |  256pg.  |  Color  |  Softcover  |  $19.95 US/$31.00 CAN <br> ISBN 1-56389-695-8  |  STAR11268";
  30.     itemData2[index] = "";
  31.  
  32.     // next item
  33.     index++ // This adds 1 to the index variable.
  34.     itemCode[index] = "recvv1sc";//note: This code must be all lowercase! No Spaces! Used to build html pages.
  35.     itemImprint[index] = "wildstorm"//note: This code must be all lowercase! No Spaces! Used to build html pages.
  36.     itemIssue[index] = "1";
  37.     itemTitle[index] = "RESIDENT EVIL: CODE VERONICA VOL. 1 ";
  38.     itemCreators[index] = "Written by Lee Chung Hing; art by Hui King Sum; translated by Ted Adams and Kris Oprisko ";
  39.     itemCopy[index] = " Based on the popular video game, this story was originally published in Hong Kong and is translated to English and published in America for the first time. Barely surviving her experience in the Umbrella Corporation's headquarters, Claire Redfield continues her search for her missing brother, Chris. But as her investigation deepens, she learns that the evil of the Umbrella Corporation has spread throughout the globe. Now as she battles flesh-eating zombies and monstrous beasts, Claire finally begins to see the true depth of the biotech conspiracy";
  40.     itemData1[index] = "WILDSTORM  |  144pg.  |  Color  |  Softcover  |  $14.95 US/$24.95 CAN <br> ISBN 1-56389-899-3  |  STAR15907";
  41.     itemData2[index] = "";
  42.     
  43.     
  44.     // next item
  45.     index++ // This adds 1 to the index variable.
  46.     itemCode[index] = "rsc"; //note: This code must be all lowercase! No Spaces! Used to build html pages.
  47.     itemImprint[index] = "dcuniverse" //note: This code must be all lowercase! No Spaces! Used to build html pages.
  48.     itemIssue[index] = "1";
  49.     itemTitle[index] = "RONIN ";
  50.     itemCreators[index] = "Written by Frank Miller; art by Frank Miller";
  51.     itemCopy[index] = "In this tale of a legendary warrior, the Ronin, a dishonored, masterless 13th century samurai, is mystically given a second chance to avenge his master's death. Finding himself suddenly reborn in a futuristic and corrupt 21st century New York City, the samurai discovers he has one last chance to regain his honor. But to do so, he must defeat the reincarnation of his master's killer, the ancient demon Agat. In a time and place both foreign and unfathomable to him, the Ronin stands against his greatest enemy with his life and more importantly, his soul at stake.";
  52.     itemData1[index] = "DC COMICS  |  302pg.  |  Color  |  Softcover  |  $19.95 US/$31.50 CAN <br> ISBN 0-930289-21-8  |  STAR08505";
  53.     itemData2[index] = "";
  54.     
  55.     // next item
  56.     index++ // This adds 1 to the index variable.
  57.     itemCode[index] = "ucsc"; //note: This code must be all lowercase! No Spaces! Used to build html pages.
  58.     itemImprint[index] = "paradox" //note: This code must be all lowercase! No Spaces! Used to build html pages.
  59.     itemIssue[index] = "1";
  60.     itemTitle[index] = "UNDERSTANDING COMICS";
  61.     itemCreators[index] = "Written by Scott McCloud; art by Scott McCloud ";
  62.     itemCopy[index] = "In this witty and illuminating softcover book, Scott McCloud, a twelve-time Harvey and Eisner Award nominee, uses a comic book to explain and analyze the medium of comic books themselves. This ultimate book about comics dissects the art form and shows how words, lines, colors, symbols, panels and pictures all come together to create a unique and one-of-a-kind storytelling experience. Looking back at the 3000 year history of the art form, McCloud shows how this unique genre is just as important and valid as film and prose in his own funny and profound manner.";
  63.     itemData1[index] = "PARADOX PRESS  |  224pg.  |  Color  |  Softcover  |  $19.95 US/$32.95 CAN <br> ISBN 1-56389-557-9  |  STAR09591";
  64.     itemData2[index] = "";
  65.     
  66.     // next item
  67.     index++ // This adds 1 to the index variable.
  68.     itemCode[index] = "wmsc"; //note: This code must be all lowercase! No Spaces! Used to build html pages.
  69.     itemImprint[index] = "dcuniverse" //note: This code must be all lowercase! No Spaces! Used to build html pages.
  70.     itemIssue[index] = "1";
  71.     itemTitle[index] = "WATCHMEN";
  72.     itemCreators[index] = "Written by Alan Moore; art by Dave GIbbons";
  73.     itemCopy[index] = "It all begins with the paranoid delusions of a half-insane hero called Rorschach.  But is Rorschach really insane or has he in fact uncovered a plot to murder super-heroes and, even worse, millions of innocent civilians?  On the run from the law, Rorschach reunites with his former teammates in a desperate attempt to save the world and their lives, but what they uncover will shock them to their very core and change the face of the planet! Following two generations of masked superheroes from the close of World War II to the icy shadow of the Cold War comes this groundbreaking comic story — the story of The Watchmen.";
  74.     itemData1[index] = "DC COMICS  |  416pg.  |  Color  |  Softcover  |  $19.95 US/$32.95 CAN <br> ISBN 0-930289-23-4  |  STAR00236";
  75.     itemData2[index] = "";
  76.     
  77.